This is the documentation for the Realbasic Plugins from Monkeybreadsoftware.de. You find these plugins and the newest version of this document at http://www.monkeybreadsoftware.de/realbasic inside the plugins section.
This help was last updated on Freitag, 6. September 2002 and covers 2136 items: 126 classes, 2 controls and 583 global functions.
The list of the themes | Global methods by category | Global methods by name | The list of the classes | The list of the controls |
class CustomWindow | ||||
class, CustomWindow | Do, 11. Jul 2002 | |||
Mac OS Classic: Does nothing. | Mac OS Carbon: Works. | Windows: Does nothing. | ||
Function:
A custom defined window on Mac OS X. | ||||
Notes:
There can be much more functions like using Pictures for the background or frame, live changes, events on redraw or moving. Just send me a note, what you need. | ||||
Activate as boolean | ||||
property, CustomWindow | Sa, 27. Jul 2002 | |||
Mac OS Classic: Does nothing. | Mac OS Carbon: Works. | Windows: Does nothing. | ||
Function:
whether the window is activated. | ||||
Example:
c.Activate=true // activate the window | ||||
Notes:
There can only be one custom window at a given time. | ||||
Close | ||||
method, CustomWindow | Do, 11. Jul 2002 | |||
Mac OS Classic: Does nothing. | Mac OS Carbon: Works. | Windows: Does nothing. | ||
Function:
Closes the custom window. | ||||
Notes:
There can only be one custom window at a given time. | ||||
Create as boolean | ||||
method, CustomWindow | Do, 11. Jul 2002 | |||
Mac OS Classic: Does nothing. | Mac OS Carbon: Works. | Windows: Does nothing. | ||
Function:
Creates the custom window. | ||||
Notes:
There can only be one custom window at a given time. | ||||
Height as integer | ||||
property, CustomWindow | Do, 11. Jul 2002 | |||
Mac OS Classic: Does nothing. | Mac OS Carbon: Works. | Windows: Does nothing. | ||
Function:
The height of the window. | ||||
Notes:
There can only be one custom window at a given time. | ||||
Left as integer | ||||
property, CustomWindow | Do, 11. Jul 2002 | |||
Mac OS Classic: Does nothing. | Mac OS Carbon: Works. | Windows: Does nothing. | ||
Function:
The left coordinate of the window. | ||||
Notes:
There can only be one custom window at a given time. | ||||
Title as string | ||||
property, CustomWindow | Do, 11. Jul 2002 | |||
Mac OS Classic: Does nothing. | Mac OS Carbon: Works. | Windows: Does nothing. | ||
Function:
The title of the window e.g. for the window menu. | ||||
Notes:
There can only be one custom window at a given time. | ||||
Top as integer | ||||
property, CustomWindow | Do, 11. Jul 2002 | |||
Mac OS Classic: Does nothing. | Mac OS Carbon: Works. | Windows: Does nothing. | ||
Function:
The top coordinate of the window. | ||||
Notes:
There can only be one custom window at a given time. | ||||
Visible as boolean | ||||
property, CustomWindow | Sa, 27. Jul 2002 | |||
Mac OS Classic: Does nothing. | Mac OS Carbon: Works. | Windows: Does nothing. | ||
Function:
whether the window is Visible. | ||||
Example:
c.Visible=true // show the window | ||||
Notes:
There can only be one custom window at a given time. | ||||
Width as integer | ||||
property, CustomWindow | Do, 11. Jul 2002 | |||
Mac OS Classic: Does nothing. | Mac OS Carbon: Works. | Windows: Does nothing. | ||
Function:
The width of the window. | ||||
Notes:
There can only be one custom window at a given time. |
Written 2002 by Christian Schmitz. Feel free to ask or report mistakes to realbasic@macsw.de.
Thanks.